home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / wb / IconLink.readme < prev    next >
Encoding:
Text File  |  2002-09-08  |  1.1 KB  |  28 lines

  1. Short:    Create links to icons
  2. Author:   c.gutjahr@gmx.de (Christoph Gutjahr)
  3. Uploader: c.gutjahr@gmx.de (Christoph Gutjahr)
  4. Type:     util/wb
  5. Status:   Freeware
  6. Requires: AmigaOS 3.5+
  7.  
  8.  ** New in this Version: Works with OS 3.9 **
  9.  
  10.  IconLink.rexx is a ARexx-script that replaces the standard WB function
  11.  'Leave out', which places icons on the Workbench root window for easier
  12.  starting. The original function has some (minor) disadvantages:
  13.  
  14.  - The icons are MOVED to the Workbench root window, so they 'disappear' in
  15.    their original drawer
  16.  
  17.  - Icons that are 'left out' retain their original name. This can cause
  18.    problems if you want to arrange your icons in a Toolmanager-like manner
  19.    - i.e. with my script 'SortIcons' (Aminet:util/wb/sorticons.lha) - and
  20.    some icons have long filenames
  21.  
  22.  'IconLink' creates a link to the original icon and places this link on the
  23.  WB root window. The link can have any name, and the original drawer is left
  24.  unchanged (all links are stored in one directory).
  25.  
  26.  Of course a function to remove links from the Workbench window is also
  27.  included.
  28.